dvb_diseqc_slave_reply

struct dvb_diseqc_slave_reply - DiSEqC received data

@msg: DiSEqC message buffer to store a message received via DiSEqC. It contains one byte header with: framing and an optional argument of up to 3 bytes of data. @msg_len: Length of the DiSEqC message. Valid values are 0 to 4, where 0 means no message. @timeout: Return from ioctl after timeout ms with errorcode when no message was received.

Check out the DiSEqC bus spec available on http://www.eutelsat.org/ for the possible messages that can be used.

extern (C)
struct dvb_diseqc_slave_reply {}

Members

Variables

msg
ubyte[4] msg;
Undocumented in source.
msg_len
ubyte msg_len;
Undocumented in source.
timeout
int timeout;
Undocumented in source.

Meta